home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Utilities / Calc / help / history < prev    next >
Encoding:
Text File  |  1992-02-24  |  1019 b   |  26 lines  |  [TEXT/????]

  1. Command history
  2.  
  3.     There is a crude command history feature in the calculator.
  4.     If a terminal line begins with an exclamation mark or back quote
  5.     character (! or `), then the terminal line is handled specially.
  6.  
  7.     The command just typed can be re-executed by typing the
  8.     line '``' (two back quotes).
  9.  
  10.     Other previous commands can be executed again by typing '`nn'
  11.     (backquote <number>), where nn is the command number to be 
  12.     ex-executed.  This number is displayed in the prompt for each 
  13.     input line, so it is easy to re-execute commands that are still 
  14.     visible on the screen.  Negative numbers can be used to re-execute 
  15.     the n'th command back.
  16.  
  17.     The list of 20 previous commands can be displayed by typing '`h'
  18.     (backquote h).  By typing '`hnn' (backquote h <number>), one
  19.     can ex-execute the last 'nn' commands.
  20.  
  21.     Up to 255 commands are saved in the history stack.
  22.  
  23.     A UNIX command can be executed by typing '!cmd', where cmd
  24.     is the command to execute.  If cmd is not given, then a shell
  25.     command level is started.
  26.